home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-27 | 448 b | 15 lines | [TEXT/ALFA] |
- #===========================================================================
- # Calling OtherMenu AEvent. Requires OtherMenu version 1.4 or later.
- # -- Mark Nagata
-
- proc OMEvent {filler fname} {
- set path "HardDisk:SystemF-E:OtherMenu Folder:"
- append path $fname
- AEBuild -r 'ALFA' *Men *Men "----" [makeAlis $path]
- }
-
-
- bind 'm' <zs> {OMEvent -- "Memory Map"}
- bind 'i' <zs> {OMEvent -- "Files:File InfoI"}
- bind 'p' <zs> {OMEvent -- "Put AwayI"}
-